Skip to content

Commit

Permalink
used hack
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Dec 26, 2014
1 parent 5f07cb6 commit 01f4c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -8,7 +8,7 @@

> One of the most powerful tools in writing maintainable code is break large methods into well-named smaller methods - a technique Kent Beck refers to as the Composed Method pattern.
                                                            [-Martin Fowler-](http://martinfowler.com/bliki/ComposedRegex.html)
                                                                                                    [-Martin Fowler-](http://martinfowler.com/bliki/ComposedRegex.html)

[regexr](http://trinker.github.com/regexr_dev) is an R framework for constructing human readable regular expressions. It aims to provide tools that enable the user to write regular expressions in a way that is similar to the ways R code is written. The tools allow the user to:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@

> One of the most powerful tools in writing maintainable code is break large methods into well-named smaller methods - a technique Kent Beck refers to as the Composed Method pattern.
                                                            [-Martin Fowler-](http://martinfowler.com/bliki/ComposedRegex.html)
                                                                                                    [-Martin Fowler-](http://martinfowler.com/bliki/ComposedRegex.html)

[regexr](http://trinker.github.com/regexr_dev) is an R framework for constructing human readable regular expressions. It aims to provide tools that enable the user to write regular expressions in a way that is similar to the ways R code is written. The tools allow the user to:

Expand Down

0 comments on commit 01f4c50

Please sign in to comment.