CenterForAssessment / randomNames

Function to generate random gender and ethnicity correct first and/or last names. Names are chosen proportionally based upon their probability of appearing in a large scale data base of real names.
https://centerforassessment.github.io/randomNames
Other
32 stars 6 forks source link

Error message populating out even though the package runs fine #67

Closed debbie1996 closed 3 years ago

debbie1996 commented 5 years ago

Installing the package and importing into the library statements for randomNames package is fine, but during the import statement library(randomNames) there will always be an error message populating: randomNames 1.4-0.0 (3-7-2019). For help: >help("randomNames") or visit https://centerforassessment.github.io/randomNames error msg

dbetebenner commented 5 years ago

Thanks for posting the info. I don't get that when I load the package, could you give me your sessionInfo() and I'll try to figure out why you're getting that message.

debbie1996 commented 5 years ago

Hi Damian,

Thank you for the reply. This is what I get when sessionInfo() is ran:

R version 3.6.0 (2019-04-26) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17134)

Matrix products: default

locale: [1] LC_COLLATE=English_Singapore.1252 LC_CTYPE=English_Singapore.1252 [3] LC_MONETARY=English_Singapore.1252 LC_NUMERIC=C [5] LC_TIME=English_Singapore.1252

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] compiler_3.6.0 tools_3.6.0

Many thanks, and happy Friday!

Warmest regards, Debbie Lee Singapore Management University School of Information Systems +6598630869<tel:+6598630869> | debbie.lee.2016@sis.smu.edu.sgmailto:debbie.lee.2016@sis.smu.edu.sg


From: Damian Betebenner notifications@github.com Sent: Thursday, June 20, 2019 9:10 PM To: CenterForAssessment/randomNames Cc: Debbie LEE Shan Ying; Author Subject: Re: [CenterForAssessment/randomNames] Error message populating out even though the package runs fine (#67)

Thanks for posting the info. I don't get that when I load the package, could you give me your sessionInfo() and I'll try to figure out why you're getting that message.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/CenterForAssessment/randomNames/issues/67?email_source=notifications&email_token=AIZDSR5BHIU7E3KDID3KYBTP3N6ULA5CNFSM4HY3UZX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYFLWCQ#issuecomment-504019722, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AIZDSR7EC3XVGZG7AQD3ANDP3N6ULANCNFSM4HY3UZXQ.

dbetebenner commented 5 years ago

Hmmm. Not sure what's up. Tried about everything to reproduce (Windows, RStudio, new R version, older version of data.table).

Could you show your sessionInfo() after loading the randomNames package.

library(randomNames)
sessionInfo()