Skip to content

Commit

Permalink
Remove problematic link
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 16, 2024
1 parent 18ceaa1 commit e7deb7c
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Client for 'jq', a 'JSON' processor (<https://jqlang.github.io/jq/>
written in C. 'jq' allows the following with 'JSON' data: index into, parse,
do calculations, cut up and filter, change key names and values, perform
conditionals and comparisons, and more.
Version: 1.3.3
Version: 1.3.4
Depends:
R (>= 3.1.2)
License: MIT + file LICENSE
Expand All @@ -24,4 +24,4 @@ Imports:
Suggests:
jsonlite,
testthat
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2.9000
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
jqr 1.3.4
=========

* Remove problematic link anchor

jqr 1.3.3
=========

Expand Down
1 change: 0 additions & 1 deletion R/manip.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#' @name manip
#' @template args
#' @export
#' @seealso \code{\link{add}}
#' @examples
#' # join
#' str <- '["a","b,c,d","e"]'
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ knitr::opts_chunk$set(


[![R-CMD-check](https://github.com/ropensci/jqr/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/jqr/actions?query=workflow%3AR-CMD-check)
[![codecov](http://app.codecov.io/gh/ropensci/jqr/branch/master/graph/badge.svg)](http://app.codecov.io/gh/ropensci/jqr)
[![codecov](https://app.codecov.io/gh/ropensci/jqr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/jqr)
[![cran checks](https://cranchecks.info/badges/worst/jqr)](https://cranchecks.info/pkgs/jqr)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/jqr?color=0DA6CD)](https://github.com/r-hub/cranlogs.app)
[![cran version](https://www.r-pkg.org/badges/version/jqr)](https://cran.r-project.org/package=jqr)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jqr


[![R-CMD-check](https://github.com/ropensci/jqr/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/jqr/actions?query=workflow%3AR-CMD-check)
[![codecov](http://app.codecov.io/gh/ropensci/jqr/branch/master/graph/badge.svg)](http://app.codecov.io/gh/ropensci/jqr)
[![codecov](https://app.codecov.io/gh/ropensci/jqr/branch/master/graph/badge.svg)](https://app.codecov.io/gh/ropensci/jqr)
[![cran checks](https://cranchecks.info/badges/worst/jqr)](https://cranchecks.info/pkgs/jqr)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/jqr?color=0DA6CD)](https://github.com/r-hub/cranlogs.app)
[![cran version](https://www.r-pkg.org/badges/version/jqr)](https://cran.r-project.org/package=jqr)
Expand Down
20 changes: 20 additions & 0 deletions man/jqr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions man/manip.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7deb7c

Please sign in to comment.