Skip to content

Commit adfd664

Browse files
author
trinker
committed
bumped after cran submission
1 parent 5954af6 commit adfd664

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: qdap
22
Type: Package
33
Title: Bridging the Gap Between Qualitative Data and Quantitative Analysis
4-
Version: 2.4.3
4+
Version: 2.4.4
55
Authors@R: c(
66
person("Tyler", "Rinker", email = "tyler.rinker@gmail.com", role = c("aut", "cre")),
77
person("Bryan", "Goodrich", role = "ctb"),

NEWS

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ And constructed with the following guidelines:
1717
* Bug fixes and misc. changes bumps the patch
1818

1919

20-
CHANGES IN qdap VERSION 2.4.3
21-
----------------------------------------------------------------
2220

21+
CHANGES IN qdap VERSION 2.4.4
22+
----------------------------------------------------------------
2323

2424

25-
CHANGES IN qdap VERSION 2.4.2
25+
CHANGES IN qdap VERSION 2.4.3
2626
----------------------------------------------------------------
2727

2828
* Maintenance release in order to address the archival of the **gdata** package

R/new_project.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
#' }
6464
#' \item{LOG}{ - A text file documenting project changes/needs etc.}
6565
#' \item{PROJECT_WORKFLOW_GUIDE.pdf}{ - A pdf explaining the structure of the project template}
66-
#' \item{xxx.Rproj}{ - A project file used by \href{http://www.rstudio.com/}{RStudio}; clicking this will open the project in RStudio.}
66+
#' \item{xxx.Rproj}{ - A project file used by RRtudio; clicking this will open the project in RStudio.}
6767
#' \item{TO_DO}{ - A text file documenting project tasks}
6868
#' }
6969
#'
7070
#' The template comes with a .Rproj file. This makes operating in
71-
#' \href{http://www.rstudio.com/}{RStudio} very easy. The file can be kept on
72-
#' the desktop or a git application such as \href{https://github.com/}{github},
73-
#' \href{https://bitbucket.org/}{bitbucket} or \href{https://www.dropbox.com/}{dropbox},
71+
#' RStudio very easy. The file can be kept on
72+
#' the desktop or a git application such as github,
73+
#' bitbucket or dropbox,
7474
#' depending on what the client/research team is comfortable utilizing.
7575
#'
7676
#' @return Creates a project template.

inst/CITATION

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ citEntry(entry = "manual",
55
title = "{qdap}: {Q}uantitative Discourse Analysis Package",
66
author = "Tyler W. Rinker",
77
address = "Buffalo, New York",
8-
note = "2.4.2",
8+
note = "2.4.4",
99
year = "2020",
1010
url = "https://github.com/trinker/qdap",
1111
textVersion = paste("Rinker, T. W. (2020).",
1212
"qdap: Quantitative Discourse Analysis Package.",
13-
"2.4.2. Buffalo, New York.",
13+
"2.4.4. Buffalo, New York.",
1414
"https://github.com/trinker/qdap")
1515
)

man/new_project.Rd

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)