Science-for-Nature-and-People / BibScan

R package to batch download PDFs from a Web of Science search
5 stars 8 forks source link

Error in "select" function #15

Closed LesleyAtwood closed 6 years ago

LesleyAtwood commented 6 years ago

After manually loading the dependency packages, the following error appeared:

Error in select(., citation_title, citation_authors, citation_journal_name) : could not find function "select"


Output prior to error: Converting your isi collection into a bibliographic dataframe

Articles extracted 47 Done!

Genereting affiliation field tag AU_UN from C1: Done!

Parsed with column specification: cols( study_id = col_integer(), deduplication_status = col_character(), citation_screening_status = col_character(), fulltext_screening_status = col_character(), data_extraction_screening_status = col_character(), data_source_type = col_character(), data_source_name = col_character(), data_source_url = col_character(), citation_title = col_character(), citation_abstract = col_character(), citation_authors = col_character(), citation_journal_name = col_character(), citation_journal_volume = col_integer(), citation_pub_year = col_integer(), citation_keywords = col_character(), fulltext_filename = col_character(), fulltext_exclude_reasons = col_character() )

brunj7 commented 6 years ago

this has been fixed