Skip to content

Commit

Permalink
Add superb words
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jul 30, 2015
1 parent 142d531 commit 799649d
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 19 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,2 +1,2 @@
YEAR:
COPYRIGHT HOLDER: Gabor Csardi
YEAR: 2015
COPYRIGHT HOLDER: Gabor Csardi, Sindre Sorhus
1 change: 1 addition & 0 deletions NAMESPACE
@@ -1 +1,2 @@
# Generated by roxygen2 (4.1.1): do not edit by hand

12 changes: 7 additions & 5 deletions R/package.R
@@ -1,8 +1,10 @@

#' Praise Users
#' Words and phrases to be used as positive adjectives
#'
#' TODO
#' @details
#' Most of them are from \url{https://github.com/sindresorhus/superb}.
#'
#' @docType package
#' @name praise
NULL
#' @format
#' A character vector of words and expressions.

"superb"
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -36,4 +36,4 @@ library(praise)

## License

MIT © [Gabor Csardi](https://github.com/gaborcsardi).
MIT © [Gabor Csardi](https://github.com/gaborcsardi), [Sindre Sorhus](http://sindresorhus.com)
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,4 +31,4 @@ library(praise)

## License

MIT © [Gabor Csardi](https://github.com/gaborcsardi).
MIT © [Gabor Csardi](https://github.com/gaborcsardi), [Sindre Sorhus](http://sindresorhus.com)
110 changes: 110 additions & 0 deletions data/words.R
@@ -0,0 +1,110 @@

superb <- c(
"ace",
"amazing",
"astonishing",
"astounding",
"awe-inspiring",
"awesome",
"badass",
"beautiful",
"bedazzling",
"bee's knees",
"best",
"breathtaking",
"brilliant",
"cat's meow",
"cat's pajamas",
"classy",
"cool",
"dandy",
"dazzling",
"delightful",
"divine",
"doozie",
"epic",
"excellent",
"exceptional",
"exquisite",
"extraordinary",
"fabulous",
"fantastic",
"fantabulous",
"fine",
"finest",
"first-class",
"first-rate",
"flawless",
"funkadelic",
"geometric",
"glorious",
"gnarly",
"good",
"grand",
"great",
"groovy",
"groundbreaking",
"hunky-dory",
"impeccable",
"impressive",
"incredible",
"kickass",
"kryptonian",
"laudable",
"legendary",
"lovely",
"luminous",
"magnificent",
"majestic",
"marvelous",
"mathematical",
"mind-blowing",
"neat",
"outstanding",
"peachy",
"perfect",
"phenomenal",
"pioneering",
"polished",
"posh",
"praiseworthy",
"premium",
"priceless",
"prime",
"primo",
"rad",
"remarkable",
"riveting",
"sensational",
"shining",
"slick",
"smashing",
"solid",
"spectacular",
"splendid",
"stellar",
"striking",
"stunning",
"stupendous",
"stylish",
"sublime",
"super",
"super-duper",
"super-excellent",
"superb",
"superior",
"supreme",
"swell",
"terrific",
"tiptop",
"top-notch",
"transcendent",
"tremendous",
"ultimate",
"unreal",
"well-made",
"wicked",
"wonderful",
"wondrous",
"world-class"
)
10 changes: 0 additions & 10 deletions man/package.Rd

This file was deleted.

18 changes: 18 additions & 0 deletions man/superb.Rd
@@ -0,0 +1,18 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/package.R
\docType{data}
\name{superb}
\alias{superb}
\title{Words and phrases to be used as positive adjectives}
\format{A character vector of words and expressions.}
\usage{
superb
}
\description{
Words and phrases to be used as positive adjectives
}
\details{
Most of them are from \url{https://github.com/sindresorhus/superb}.
}
\keyword{datasets}

0 comments on commit 799649d

Please sign in to comment.