Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use changer::changer to rename package #22

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
^vespawatchr\.Rproj$
^iassetR\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
^\.github$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: vespawatchr
Package: iassetR
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R: c(
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2023
COPYRIGHT HOLDER: vespawatchr authors
COPYRIGHT HOLDER: iassetR authors
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2023 vespawatchr authors
Copyright (c) 2023 iassetR authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@

# vespawatchr
# iassetR

<!-- badges: start -->
[![R-CMD-check](https://github.com/inbo/vespawatchr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/inbo/vespawatchr/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/inbo/iassetR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/inbo/iassetR/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->

The goal of vespawatchr is to ...
The goal of iassetR is to ...

## Installation

You can install the development version of vespawatchr from [GitHub](https://github.com/) with:
You can install the development version of iassetR from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("inbo/vespawatchr")
devtools::install_github("inbo/iassetR")
```

## Example

This is a basic example which shows you how to solve a common problem:

``` r
library(vespawatchr)
library(iassetR)
## basic example code
```

File renamed without changes.