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

extract.mdJSON.R function #2

Open
eosnas opened this issue Mar 26, 2024 · 3 comments
Open

extract.mdJSON.R function #2

eosnas opened this issue Mar 26, 2024 · 3 comments

Comments

@eosnas
Copy link

eosnas commented Mar 26, 2024

The extract.mdJSON.R function is not recognized by the package. I had to download the source code file from the GitHub page and load it into my script using source(extract.mdJSON.R). Not sure why?

@hdvincelette
Copy link
Owner

Did you download the latest release (v0.1.2) or the development version of mdJSONdictio? extract.mdJSON hasn't been included in a release yet.

@eosnas
Copy link
Author

eosnas commented Mar 26, 2024

I followed the readme and loaded the v0.1.2 version:
devtools::install_github("hdvincelette/mdJSONdictio", ref = 'v0.1.2')

I don't see a dev branch or development version.

@hdvincelette
Copy link
Owner

I just created a new release of mdJSONdictio (v0.2.0) which includes extract.mdJSON.

The development version can be installed with:

devtools::install_github("hdvincelette/mdJSONdictio", ref="master")

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

No branches or pull requests

2 participants