- Use example URL from bdsreader instead of jamesdemodata (not in docker)
- Make all example code work
- Replaces
readLines()
by more robustread_json_js()
- Updates examples to bds V3.0 data schema
- Update README
- Removes several
\dontrun
to elaborate code checking
- Patch a problem with
readLines()
in the tests
- Make
upload_txt()
work for JSON files in pretty format
- Removes the
mod
parameter - Support
host
specification as"http://myhost.nl/module"
- Adds
valid_url()
to test for existence of URL - Executes examples and tests conditional on a valid URL
- Adds AGPL-3 licence
- Adds
_pkgdown.yaml
to automate site building
- Disables testing (services may be offline)
- Refreshes github actions scripts
- Simplifies
james_get()
- Updates README
- Removes dependency on
bdsreader
package
- Adds
mod
parameters to handle "hosts" with a module path. The contents ofmod
is prepended to thepath
.
- Prevents redirects for messages and warnings in
james_get()
andjames_post()
- Redefines the response values of
james_get()
andjames_post
to conform tohttr
response object - Redefines
james_post()
so that it return a response in case of a request error
get_url()
now works without the location header- Adds new tests for
james_post()
- Makes now only one reference to
x-ocpu-session
header
- Sets
https://james.groeidiagrammen.nl
as default host inupload_txt()
- Adds support for SVG file in
james_post()
- Add
read_json_js()
andread_json_jo()
to read JSON data - Solve bug in
james_get()
that gave wrong URL modifications - Solve bug in
james_post()
that gave "cannot process 'txt'" fortext = NULL
- Simplify
james_post()
by string read - Change
url.exists()
intois.url()
- Adds
dots
argument tojames_post()
andjames_get()
- Adds
host
argument tojames_post()
andjames_get()
- Does not append
"json"
anymore to path injames_api()
- Use
multipart
andfile_upload()
POST request whentxt
is a local file
- Adds generic
james_get()
andjames_post()
functions
- Adds options
json
andrda
toget_url()
- Makes
upload_txt()
work with all JSON vector input
- Rewrites
upload_txt()
- Rewrites
inspect_upload()
, and renames it toinspect_demodata()
- Updates test file to work with multiple hosts
- Updates
request_chart()
and provides extensive and working examples
- Generalises
inspect_upload()
andupload_txt()
to work with theformat
argument to accept multi-format child data
- Add function
inspect_upload()
that uploads child data and downloads the R object as parsed by JAMES
- Adds tweaks to DESCRIPTION
- Adds GitHub action
R-CMD-check
andpkgdown
- Transfers to
growthcharts
GH organisation - Merges the
bdsreader
branch that replacesminihealth
bybdsreader
- Repairs an error in
upload_txt()
that prevented proper file upload - Replaces
jamestest
byjamesdemodata
package
- Moves
upload_txt()
fromjames
tojamesclient
package - Removes
upload_bds()
andrequest_site()
- Styles files
- Makes upload_bds() aware of server errors, warnings and messages
- Adds test infrastructure
- Adds message get_url()
- More robust version of
upload_bds
- Rename package to
jamesclient
(no dot)
- Added a
NEWS.md
file to track changes to the package.