Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix add_dataset_file() to in 0.3.10 #118

Merged
merged 2 commits into from
Apr 9, 2022
Merged

Fix add_dataset_file() to in 0.3.10 #118

merged 2 commits into from
Apr 9, 2022

Conversation

Danny-dK
Copy link
Contributor

@Danny-dK Danny-dK commented Apr 1, 2022

Change bod2 from list() to list(forceReplace = force) . The list() resulted in jsondata being run with '[]' which is not accepted within R anymore (unsure where the issue resulted from, could be either from httr, curl). The list(forceReplace = force) was already used at update_dataset_file(). Other option would be to use NULL instead of the list().

References #116 (comment)

(note: there were some issues with closing and renewing or changing base of pull request (automatically closed it), hope everything is good now)

Change bod2 from list() to list(forceReplace = force) .
@Danny-dK Danny-dK changed the title Update add_dataset_file.R Update add_dataset_file() Apr 1, 2022
@kuriwaki kuriwaki self-assigned this Apr 7, 2022
@kuriwaki kuriwaki self-requested a review April 7, 2022 17:29
@kuriwaki
Copy link
Member

kuriwaki commented Apr 7, 2022

Thanks @Danny-dK -- this works with my example. Waiting on a few more tests and I'll merge soon.

@kuriwaki kuriwaki changed the title Update add_dataset_file() Fix add_dataset_file() to in 0.3.10 Apr 7, 2022
@kuriwaki kuriwaki linked an issue Apr 7, 2022 that may be closed by this pull request
@kuriwaki kuriwaki removed a link to an issue Apr 9, 2022
@kuriwaki kuriwaki merged commit bdb20a5 into IQSS:dev Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants