Skip to content

Commit

Permalink
fix all moved permanently
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenarslan committed Oct 14, 2024
1 parent f89d6aa commit 3dafcb5
Show file tree
Hide file tree
Showing 23 changed files with 47 additions and 42 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ renv.lock
^renv\.lock$
figure
.github
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.9.5
Date: 2024-10-14 11:30:34 UTC
SHA: e3a53c68c103f7687c9bea7dcad8167cbae5c7b8
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ and continues.
with a codebook template.
- Function `metadata` can be used to set dataset-level metadata before rendering
a codebook (valid attributes will carry over to JSON-LD representation)
- Compliance with Google Dataset Search, see [examples](https://toolbox.google.com/datasetsearch/search?query=site%3Arubenarslan.github.io)
- Compliance with Google Dataset Search, see [examples](https://datasetsearch.research.google.com/search?query=site:rubenarslan.github.io)

## Changes
- removed `zap_label` because haven 2.0.0 has this function
Expand Down
2 changes: 1 addition & 1 deletion R/label_browser.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ label_browser <- function(data = NULL, viewer = rstudioapi::viewer) {
#' data frame in your source code, this will be the dataset shown by default.
#' If you don't select text, you can pick a dataset from a dropdown.
#' You can add a keyboard shortcut for this command by following the
#' [instructions](https://support.rstudio.com/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts)
#' [instructions](https://support.posit.co/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts-in-the-RStudio-IDE)
#' by RStudio. How about Cmd+Ctrl+C?
#'
#' @param data the dataset to display. If left empty will try to use selected text in RStudio or offer a dropdown
Expand Down
2 changes: 1 addition & 1 deletion R/metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ metadata_list <- function(results, only_existing = TRUE) {
}

if (!exists("@context", metadata)) {
metadata[["@context"]] <- "http://schema.org/"
metadata[["@context"]] <- "https://schema.org/"
}

if (!exists("@type", metadata)) {
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ knitr::opts_chunk$set(
```

# codebook
[![Travis-CI Build Status](https://travis-ci.org/rubenarslan/codebook.svg?branch=master)](https://travis-ci.org/rubenarslan/codebook)
[![Travis-CI Build Status](https://travis-ci.org/rubenarslan/codebook.svg?branch=master)](https://app.travis-ci.com/rubenarslan/codebook)
[![CRAN status](http://www.r-pkg.org/badges/version-ago/codebook)](https://cran.r-project.org/package=codebook)
![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/codebook)
[![codecov](https://codecov.io/gh/rubenarslan/codebook/branch/master/graph/badge.svg)](https://codecov.io/gh/rubenarslan/codebook)
[![codecov](https://codecov.io/gh/rubenarslan/codebook/branch/master/graph/badge.svg)](https://app.codecov.io/gh/rubenarslan/codebook)
[![DOI](https://zenodo.org/badge/109252375.svg)](https://zenodo.org/badge/latestdoi/109252375)

_Automatic Codebooks from Metadata Encoded in Dataset Attributes_
Expand All @@ -33,7 +33,7 @@ To do so, the package relies on 'rmarkdown' partials, so you can generate HTML,

## Generate markdown codebooks from the attributes of the variables in your data frame

RStudio and a few of the tidyverse package already usefully display the information contained in the attributes of the variables in your data frame. The [haven](https://github.com/hadley/haven) package also manages to grab variable documentation from SPSS or Stata files.
RStudio and a few of the tidyverse package already usefully display the information contained in the attributes of the variables in your data frame. The [haven](https://github.com/tidyverse/haven) package also manages to grab variable documentation from SPSS or Stata files.

## RStudio Addin
If the RStudio data viewer scrolls slow for your taste, or you'd like to keep the variable labels in view while working, use our RStudio Addins (ideally assigned to a keyboard shortcut) to see and search variable and value labels in the viewer pane.
Expand All @@ -48,7 +48,7 @@ For items and scales, the distributions are summarised graphically and numerical
This package integrates tightly with formr ([formr.org](https://formr.org)), an online survey framework and especially the data frames produced and marked up by the [formr R package](https://github.com/rubenarslan/formr). However, codebook is completely independent of it.

## Documentation
Confer the help or: https://rubenarslan.github.io/codebook.
Confer the help or: https://rubenarslan.github.io/codebook/.
See the [vignette](https://rubenarslan.github.io/codebook/articles/codebook.html) for a quick example of an HTML document generated using `codebook`, or below for a copy-pastable rmarkdown document to get you started.

## Use as a webapp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# codebook

[![Travis-CI Build
Status](https://travis-ci.org/rubenarslan/codebook.svg?branch=master)](https://travis-ci.org/rubenarslan/codebook)
Status](https://travis-ci.org/rubenarslan/codebook.svg?branch=master)](https://app.travis-ci.com/rubenarslan/codebook)
[![CRAN
status](http://www.r-pkg.org/badges/version-ago/codebook)](https://cran.r-project.org/package=codebook)
![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/codebook)
Expand Down
6 changes: 3 additions & 3 deletions docs/articles/codebook.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/codebook_qualtrics.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3dafcb5

Please sign in to comment.