matildabrown / rWCVPdata

Data package for rWCVP
https://matildabrown.github.io/rWCVPdata/
5 stars 0 forks source link

Update rWCVPdata #5

Closed xueqinerer closed 6 months ago

xueqinerer commented 6 months ago

Hi, How can rWCVP use the latest version of WCVP database? How can I use the downloaded WCVP database instead of the original rWCVPdata?Thank you very much.

matildabrown commented 6 months ago

Hi! For v13 of the WCVP, rWCVPdata has been updated, so updating the package will give you the current data: devtools::install_github("matildabrown/rWCVPdata")

To use a specific version of the WCVP, you can provide a local copy of the data to rWCVP - see https://github.com/matildabrown/rWCVP/issues/61 for more details.

Hope this helps, feel free to reopen if not.

Cheers, Matilda

xueqinerer commented 6 months ago

Hi, I have used this code, but citation("rWCVPdata ") shows the last version, so I am not sure whether to install the latest version, thank you. 微信图片_20240604083557

matildabrown commented 6 months ago

Ah, thanks for finding this bug! The citation file wasn't updating properly. It should be working now! There's also wcvp_version() which shouldn't have the bug.

xueqinerer commented 5 months ago

Thank you very much.