[R] VPAT OR Accessibility Conformance Report Request

2024-02-16 Thread Zachary Benner
To Whom It May Concern, My name is Zach Benner and I am the Accessibility (A.D.A.-Americans with Disabilities Act) Coordinator here at University of Maine at Machias. I am reaching out on the behalf of our science professors here at UMM. The professor is looking to utilize your software to impleme

Re: [R] VPAT OR Accessibility Conformance Report Request (Zachary Benner)

2024-02-16 Thread Richard Sherman
Dear Zachary, People will rightly point you to: this article: https://journal.r-project.org/archive/2013-1/godfrey.pdf and this book chapter: https://r-resources.massey.ac.nz/BrailleRInAction/WorkingBlind.html There is additional information elsewhere, for example here: https://www.google.com

[R] [Rd] R 4.3.3 scheduled for February 29

2024-02-16 Thread Peter Dalgaard via R-help
Full schedule available on developer.r-project.org in a short while. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-16 Thread Duncan Murdoch
The normal way to update packages is to use update.packages() rather than install.packages(). Likely the problem you're having is from using install.packages() (or RStudio using it). I normally use update.packages(ask=FALSE), but if you want to pick and choose, you could use the default which

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-16 Thread gernophil--- via R-help
Hey everyone, Thanks for all the input. It's happening again. This time for the packages "DBI", "parallelly", "segmented", "survival", "V8". So, RStudio shows updates for those and updating them via RStudio leads to this output: ``` > install.packages(c("DBI", "parallelly", "segmented", "surviva