Skip to content

Releases: rnabioco/nihexporter

nihexporter 0.11.0

09 Feb 12:57
Compare
Choose a tag to compare
  • New abstract_words table containing tokenized words for project abstracts.

  • New projects_min table, which contains a minimal subset of projects data from 2006-2024,
    with both direct and indirect costs (2006 was the first year IC amounts were published).

  • Fixed date parsing in projects.

nihexporter 0.10.0

02 Feb 16:26
Compare
Choose a tag to compare
  • Update tables through FY 2024.

nihexporter 0.9

12 May 02:35
495d1a3
Compare
Choose a tag to compare

Major changes

  • Reload projects data. fy.cost now spans 1985-2021.

  • Some columns in the projects table updated to date types

  • Recalculate project_io table.

  • New clinical_studies table.

  • Removed project_orgs and org_info tables, now in main projects table.

  • rcr values added to the publications table, and added new rcr() function that enables retrieval of RCR values for specific PMIDs.

  • remove duplicate rows and NAs from project_pis table.

Minor changes

  • Added pkgdown documentation

  • removed a few unused columns (journal.title.abbr from publications) from tables to minimize package size.

  • Refactored data loading scripts

nihexporter release 0.8

03 Jul 00:46
Compare
Choose a tag to compare
  • update to FY 2015
  • small fixes for tidyr::separate, need characters for into arg
  • add script for downloading DUNS patch files

release v0.7

03 Oct 14:03
Compare
Choose a tag to compare

see NEWS.md for changes.

version 0.6.1

09 Apr 11:28
Compare
Choose a tag to compare

nihexporter, verseion 0.6.1

Minor

  • added missing project.cost to project.io table

version 0.6

09 Apr 03:16
Compare
Choose a tag to compare

nihexporter, verseion 0.6

Major

  • renamed project_output to project_io
  • added publications table

version 0.5

28 Mar 21:56
Compare
Choose a tag to compare

nihexporter, version 0.5

Major

  • identified major issue with organization DUNS numbers in the PROJECTS
    table. Emailed NIH EXPORTER via the website and asked them to fix.
  • added project_output table with pre-computed values for grants

Minor

  • removed dots from table names
    • rename project.orgs to project_orgs
    • rename project.pis to project_pis

v0.4.1

10 Mar 12:08
Compare
Choose a tag to compare
  • bump version in DESCRIPTION

v0.4

10 Mar 03:14
Compare
Choose a tag to compare

nihexporter, version 0.4

Major

  • added patents table
  • updated vignette with patents example