From b2224400010f141e9118119340799c532f4a155f Mon Sep 17 00:00:00 2001 From: Kat Kasianenko <56513427+katkasian@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:50:02 +1000 Subject: [PATCH] Update 6c-labs-code-academic-r.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Getting a `Warning in install.packages : package ‘academicTwitteR’ is not available for this version of R` error when trying to install the package. Fixing the case of `TwitteR` to `twitteR` solved the issue. --- modules/6c-labs-code-academic-r.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/6c-labs-code-academic-r.md b/modules/6c-labs-code-academic-r.md index 5bb84f4..58ad964 100644 --- a/modules/6c-labs-code-academic-r.md +++ b/modules/6c-labs-code-academic-r.md @@ -15,7 +15,7 @@ Also, make sure you have your bearer token from an app connected to your academi In order to install the academicTwitteR package, in your terminal, run the following: ```bash -install.packages("academicTwitteR") +install.packages("academictwitteR") ``` ## Importing the academicTwitteR package